Use Isearch lax whitespace mode in Info.
authorJuri Linkov <juri@jurta.org>
Wed, 12 Sep 2012 20:51:46 +0000 (23:51 +0300)
committerJuri Linkov <juri@jurta.org>
Wed, 12 Sep 2012 20:51:46 +0000 (23:51 +0300)
commit2a723d420d78ee465ddd47e88461a2b8042d8883
treed1d020b44971869e3a699f8566425110244957e2
parentf313e45b86d6a32e753234c121d3099f37abe36c
Use Isearch lax whitespace mode in Info.
http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html

* lisp/info.el (Info-search): Don't check for isearch-mode and
isearch-regexp before let-binding search-spaces-regexp to
Info-search-whitespace-regexp.
(Info-isearch-search): Let-bind Info-search-whitespace-regexp to
search-whitespace-regexp if isearch-lax-whitespace or
isearch-regexp-lax-whitespace is non-nil.
(Info-mode): Don't set local variable search-whitespace-regexp.
lisp/ChangeLog
lisp/info.el